Engineering posts about Test Automation
Curated summaries and key learnings for engineers working with Test Automation.
Conductor Update: Introducing Automated Reviews
The article introduces the Automated Review feature of Conductor, an extension for the Gemini CLI that enhances the software development lifecycle by integrating a verification step...
The Death of Traditional Testing: Agentic Development Broke a 50-Year-Old Field, JiTTesting Can Revive It
The article introduces the concept of Just-in-Time Tests (JiTTests), a transformative approach to software testing that leverages large language models (LLMs) to generate bespoke tests automatically...
Taming Test Flakiness: How We Built a Scalable Tool to Detect and Manage Flaky Tests
The article outlines the development of Flakinator, a scalable tool created by Atlassian to detect and manage flaky tests within CI/CD pipelines. Flaky tests can lead to significant inefficiencies...
Rovo Dev CLI and Mutation Testing to Write Better Tests
The article explores the use of Rovo Dev CLI in conjunction with mutation testing to automate the creation of high-quality tests. It highlights how mutation testing, particularly using Pitest, can...